################################################################################
# ԶɵļҪ༭
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../cd4094.c \
../config_set.c \
../debug_out.c \
../debug_touch.c \
../init_mcu.c \
../kf8ts27_touch_s.c \
../lcd1602.c \
../main.c 

OBJS += \
./cd4094.o \
./config_set.o \
./debug_out.o \
./debug_touch.o \
./init_mcu.o \
./kf8ts27_touch_s.o \
./lcd1602.o \
./main.o 


# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.c
	@echo 'ڹļ $<'
	@echo 'ڵã C Compiler'
	kf8cc -c -pKF8TS2716 -I"C:\ChipONCC\include" -o"$@" "$<"
	@echo 'ѽ $<'
	@echo ' '


